home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 04 / setup.exe / Gnucleus / Gnucleus.clw < prev    next >
Text File  |  2000-07-20  |  36KB  |  1,315 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CGnucleusApp
  6. LastTemplate=CPropertyPage
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "Gnucleus.h"
  9. LastPage=0
  10.  
  11. ClassCount=19
  12. Class1=CGnucleusApp
  13. Class2=CGnucleusDoc
  14. Class3=CViewConnect
  15. Class4=CMainFrame
  16. Class7=CViewNode
  17.  
  18. ResourceCount=60
  19. Resource1=IDR_TRAY
  20. Resource2=IDD_VIEW_DEBUG
  21. Resource3=IDD_PREF_BANDWIDTH
  22. Resource4=IDR_VIEWDEBUG_TMPL
  23. Resource5=IDR_VIEWTRANSFER_TMPL
  24. Resource6=IDD_VIEW_CONNECT (German (Germany))
  25. Resource7=IDD_PREF_CONNECT
  26. Class5=CChildFrame
  27. Class6=CAboutDlg
  28. Class8=CViewSearch
  29. Resource8=IDR_VIEWSEARCH_TMPL
  30. Resource9=IDD_PREF_SEARCH
  31. Class9=CViewDebug
  32. Resource10=IDD_VIEW_CONNECT
  33. Class10=CDlgPrefs
  34. Class11=CGnuTransfer
  35. Resource11=IDR_GNUCLETYPE
  36. Resource12=IDR_MAINFRAME
  37. Class12=CViewTransfer
  38. Class13=CPrefDialog
  39. Resource13=IDD_PREF_UPLOAD
  40. Resource14=IDR_VIEWNODE_TMPL
  41. Resource15=IDD_PREF_DOWNLOAD
  42. Class14=CPrefConnect
  43. Class15=CPrefSearch
  44. Class16=CPrefDownload
  45. Class17=CPrefUpload
  46. Resource16=IDD_VIEW_NODE
  47. Class18=CPrefBandwidth
  48. Resource17=IDD_ABOUTBOX
  49. Class19=CPrefLanguage
  50. Resource18=IDD_VIEW_TRANSFER
  51. Resource19=IDD_PREF_LANGUAGE
  52. Resource20=IDR_SRCH_RCLICK (Neutral)
  53. Resource21=IDR_TRAY (German (Germany))
  54. Resource22=IDD_VIEW_NODE (German (Germany))
  55. Resource23=IDR_MAINFRAME (German (Germany))
  56. Resource24=IDR_MAINFRAME (Neutral)
  57. Resource25=IDR_TRAY (Neutral)
  58. Resource26=IDD_PREF_DOWNLOAD (Neutral)
  59. Resource27=IDR_VIEWNODE_TMPL (German (Germany))
  60. Resource28=IDD_VIEW_SEARCH (German (Germany))
  61. Resource29=IDD_VIEW_NODE (Neutral)
  62. Resource30=IDD_VIEW_SEARCH (Neutral)
  63. Resource31=IDD_VIEW_DEBUG (Neutral)
  64. Resource32=IDD_VIEW_TRANSFER (Neutral)
  65. Resource33=IDD_PREF_SEARCH (Neutral)
  66. Resource34=IDD_PREF_UPLOAD (Neutral)
  67. Resource35=IDD_PREF_CONNECT (Neutral)
  68. Resource36=IDD_PREF_BANDWIDTH (Neutral)
  69. Resource37=IDD_PREF_LANGUAGE (Neutral)
  70. Resource38=IDD_OWNERFRAME (Neutral)
  71. Resource39=IDD_VIEW_SEARCH_SPY (Neutral)
  72. Resource40=IDR_VIEWSEARCH_TMPL (German (Germany))
  73. Resource41=IDD_ABOUTBOX (German (Germany))
  74. Resource42=IDD_OWNERFRAME (German (Germany))
  75. Resource43=IDD_PREF_BANDWIDTH (German (Germany))
  76. Resource44=IDD_PREF_CONNECT (German (Germany))
  77. Resource45=IDD_PREF_DOWNLOAD (German (Germany))
  78. Resource46=IDD_PREF_LANGUAGE (German (Germany))
  79. Resource47=IDD_PREF_SEARCH (German (Germany))
  80. Resource48=IDD_PREF_UPLOAD (German (Germany))
  81. Resource49=IDR_VIEWDEBUG_TMPL (German (Germany))
  82. Resource50=IDR_GNUCLETYPE (German (Germany))
  83. Resource51=IDD_VIEW_DEBUG (German (Germany))
  84. Resource52=IDR_GNUCLETYPE (Neutral)
  85. Resource53=IDR_VIEWNODE_TMPL (Neutral)
  86. Resource54=IDR_VIEWSEARCH_TMPL (Neutral)
  87. Resource55=IDR_VIEWDEBUG_TMPL (Neutral)
  88. Resource56=IDR_VIEWTRANSFER_TMPL (Neutral)
  89. Resource57=IDD_VIEW_TRANSFER (German (Germany))
  90. Resource58=IDD_ABOUTBOX (Neutral)
  91. Resource59=IDD_VIEW_CONNECT (Neutral)
  92. Resource60=IDR_VIEWTRANSFER_TMPL (German (Germany))
  93.  
  94. [CLS:CGnucleusApp]
  95. Type=0
  96. HeaderFile=Gnucleus.h
  97. ImplementationFile=Gnucleus.cpp
  98. Filter=D
  99. BaseClass=CWinApp
  100. VirtualFilter=AC
  101. LastObject=CGnucleusApp
  102.  
  103. [CLS:CGnucleusDoc]
  104. Type=0
  105. HeaderFile=GnucleusDoc.h
  106. ImplementationFile=GnucleusDoc.cpp
  107. Filter=N
  108. LastObject=CGnucleusDoc
  109.  
  110. [CLS:CViewConnect]
  111. Type=0
  112. HeaderFile=ViewConnect.h
  113. ImplementationFile=ViewConnect.cpp
  114. Filter=D
  115. BaseClass=CFormView
  116. VirtualFilter=VWC
  117. LastObject=ID_EDIT_PASTE
  118.  
  119.  
  120. [CLS:CMainFrame]
  121. Type=0
  122. HeaderFile=MainFrm.h
  123. ImplementationFile=MainFrm.cpp
  124. Filter=T
  125. LastObject=CMainFrame
  126. BaseClass=CMDIFrameWnd
  127. VirtualFilter=fWC
  128.  
  129.  
  130. [CLS:CChildFrame]
  131. Type=0
  132. HeaderFile=ChildFrm.h
  133. ImplementationFile=ChildFrm.cpp
  134. Filter=M
  135. LastObject=CChildFrame
  136. BaseClass=CMDIChildWnd
  137. VirtualFilter=mfWC
  138.  
  139.  
  140. [CLS:CAboutDlg]
  141. Type=0
  142. HeaderFile=Gnucleus.cpp
  143. ImplementationFile=Gnucleus.cpp
  144. Filter=D
  145. LastObject=CAboutDlg
  146.  
  147. [DLG:IDD_ABOUTBOX]
  148. Type=1
  149. Class=CAboutDlg
  150. ControlCount=11
  151. Control1=IDC_STATIC,static,1342177283
  152. Control2=IDC_STATIC,static,1342308352
  153. Control3=IDC_STATIC,static,1342308352
  154. Control4=IDC_STATIC,static,1342308352
  155. Control5=IDC_STATIC,button,1342177287
  156. Control6=IDC_STATIC,button,1342177287
  157. Control7=IDC_STATIC_CONTACT1,static,1342308608
  158. Control8=IDC_STATIC_CONTACT2,static,1342308608
  159. Control9=IDC_STATIC,static,1342308352
  160. Control10=IDC_STATIC,button,1342177287
  161. Control11=IDC_STATIC,static,1342308352
  162.  
  163. [MNU:IDR_MAINFRAME]
  164. Type=1
  165. Class=CMainFrame
  166. Command1=ID_CONNECT
  167. Command2=ID_DLG_PREFS
  168. Command3=ID_APP_EXIT
  169. Command4=ID_VIEW_TOOLBAR
  170. Command5=ID_VIEW_STATUS_BAR
  171. Command6=ID_APP_ABOUT
  172. CommandCount=6
  173.  
  174. [TB:IDR_MAINFRAME]
  175. Type=1
  176. Class=CMainFrame
  177. Command1=ID_CONNECT
  178. Command2=ID_DLG_PREFS
  179. Command3=ID_TRANSFER
  180. Command4=ID_EDIT_CUT
  181. Command5=ID_EDIT_COPY
  182. Command6=ID_EDIT_PASTE
  183. Command7=ID_WINDOW_CASCADE
  184. Command8=ID_APP_ABOUT
  185. CommandCount=8
  186.  
  187. [MNU:IDR_GNUCLETYPE]
  188. Type=1
  189. Class=CViewConnect
  190. Command1=ID_CONNECT
  191. Command2=ID_DLG_PREFS
  192. Command3=ID_APP_EXIT
  193. Command4=ID_EDIT_UNDO
  194. Command5=ID_EDIT_CUT
  195. Command6=ID_EDIT_COPY
  196. Command7=ID_EDIT_PASTE
  197. Command8=ID_VIEW_TOOLBAR
  198. Command9=ID_VIEW_STATUS_BAR
  199. Command10=ID_WINDOW_CASCADE
  200. Command11=ID_WINDOW_TILE_HORZ
  201. Command12=ID_WINDOW_ARRANGE
  202. Command13=ID_APP_ABOUT
  203. CommandCount=13
  204.  
  205. [ACL:IDR_MAINFRAME]
  206. Type=1
  207. Class=CMainFrame
  208. Command1=ID_FILE_NEW
  209. Command2=ID_FILE_OPEN
  210. Command3=ID_FILE_SAVE
  211. Command4=ID_EDIT_UNDO
  212. Command5=ID_EDIT_CUT
  213. Command6=ID_EDIT_COPY
  214. Command7=ID_EDIT_PASTE
  215. Command8=ID_EDIT_UNDO
  216. Command9=ID_EDIT_CUT
  217. Command10=ID_EDIT_COPY
  218. Command11=ID_EDIT_PASTE
  219. Command12=ID_NEXT_PANE
  220. Command13=ID_PREV_PANE
  221. CommandCount=13
  222.  
  223. [DLG:IDR_MAINFRAME]
  224. Type=1
  225. Class=CGnucleusApp
  226. ControlCount=5
  227. Control1=IDC_STATIC,static,1342308354
  228. Control2=IDC_COMBO_SEARCH,combobox,1342243074
  229. Control3=IDC_STATIC,static,1342308354
  230. Control4=IDC_COMBO_SPEED,combobox,1344340226
  231. Control5=IDC_BUTTON_SEARCH,button,1342242817
  232.  
  233. [CLS:CViewNode]
  234. Type=0
  235. HeaderFile=ViewNode.h
  236. ImplementationFile=ViewNode.cpp
  237. BaseClass=CFormView
  238. Filter=D
  239. VirtualFilter=VWC
  240. LastObject=IDC_CHK_DROPPED
  241.  
  242. [MNU:IDR_VIEWNODE_TMPL]
  243. Type=1
  244. Class=?
  245. Command1=ID_CONNECT
  246. Command2=ID_DLG_PREFS
  247. Command3=ID_APP_EXIT
  248. Command4=ID_EDIT_UNDO
  249. Command5=ID_EDIT_CUT
  250. Command6=ID_EDIT_COPY
  251. Command7=ID_EDIT_PASTE
  252. Command8=ID_VIEW_TOOLBAR
  253. Command9=ID_VIEW_STATUS_BAR
  254. Command10=ID_WINDOW_CASCADE
  255. Command11=ID_WINDOW_TILE_HORZ
  256. Command12=ID_WINDOW_ARRANGE
  257. Command13=ID_APP_ABOUT
  258. CommandCount=13
  259.  
  260. [CLS:CViewSearch]
  261. Type=0
  262. HeaderFile=ViewSearch.h
  263. ImplementationFile=ViewSearch.cpp
  264. BaseClass=CFormView
  265. Filter=D
  266. VirtualFilter=VWC
  267. LastObject=CViewSearch
  268.  
  269. [MNU:IDR_VIEWSEARCH_TMPL]
  270. Type=1
  271. Class=?
  272. Command1=ID_CONNECT
  273. Command2=ID_DLG_PREFS
  274. Command3=ID_APP_EXIT
  275. Command4=ID_EDIT_UNDO
  276. Command5=ID_EDIT_CUT
  277. Command6=ID_EDIT_COPY
  278. Command7=ID_EDIT_PASTE
  279. Command8=ID_VIEW_TOOLBAR
  280. Command9=ID_VIEW_STATUS_BAR
  281. Command10=ID_WINDOW_CASCADE
  282. Command11=ID_WINDOW_TILE_HORZ
  283. Command12=ID_WINDOW_ARRANGE
  284. Command13=ID_APP_ABOUT
  285. CommandCount=13
  286.  
  287. [CLS:CViewDebug]
  288. Type=0
  289. HeaderFile=ViewDebug.h
  290. ImplementationFile=ViewDebug.cpp
  291. BaseClass=CFormView
  292. Filter=D
  293. VirtualFilter=VWC
  294. LastObject=CViewDebug
  295.  
  296. [MNU:IDR_VIEWDEBUG_TMPL]
  297. Type=1
  298. Class=?
  299. Command1=ID_FILE_NEW
  300. Command2=ID_FILE_OPEN
  301. Command3=ID_FILE_CLOSE
  302. Command4=ID_FILE_SAVE
  303. Command5=ID_FILE_SAVE_AS
  304. Command6=ID_FILE_PRINT
  305. Command7=ID_FILE_PRINT_PREVIEW
  306. Command8=ID_FILE_PRINT_SETUP
  307. Command9=ID_FILE_MRU_FILE1
  308. Command10=ID_APP_EXIT
  309. Command11=ID_EDIT_UNDO
  310. Command12=ID_EDIT_CUT
  311. Command13=ID_EDIT_COPY
  312. Command14=ID_EDIT_PASTE
  313. Command15=ID_VIEW_TOOLBAR
  314. Command16=ID_VIEW_STATUS_BAR
  315. Command17=ID_WINDOW_NEW
  316. Command18=ID_WINDOW_CASCADE
  317. Command19=ID_WINDOW_TILE_HORZ
  318. Command20=ID_WINDOW_ARRANGE
  319. Command21=ID_APP_ABOUT
  320. CommandCount=21
  321.  
  322. [CLS:CDlgPrefs]
  323. Type=0
  324. HeaderFile=DlgPrefs.h
  325. ImplementationFile=DlgPrefs.cpp
  326. BaseClass=CDialog
  327. Filter=D
  328. LastObject=CDlgPrefs
  329. VirtualFilter=dWC
  330.  
  331. [CLS:CGnuTransfer]
  332. Type=0
  333. HeaderFile=GnuTransfer.h
  334. ImplementationFile=GnuTransfer.cpp
  335. BaseClass=CAsyncSocket
  336. Filter=N
  337. VirtualFilter=q
  338. LastObject=CGnuTransfer
  339.  
  340. [CLS:CViewTransfer]
  341. Type=0
  342. HeaderFile=ViewTransfer.h
  343. ImplementationFile=ViewTransfer.cpp
  344. BaseClass=CFormView
  345. Filter=D
  346. VirtualFilter=VWC
  347. LastObject=CViewTransfer
  348.  
  349. [MNU:IDR_VIEWTRANSFER_TMPL]
  350. Type=1
  351. Class=?
  352. Command1=ID_CONNECT
  353. Command2=ID_DLG_PREFS
  354. Command3=ID_APP_EXIT
  355. Command4=ID_EDIT_UNDO
  356. Command5=ID_EDIT_CUT
  357. Command6=ID_EDIT_COPY
  358. Command7=ID_EDIT_PASTE
  359. Command8=ID_VIEW_TOOLBAR
  360. Command9=ID_VIEW_STATUS_BAR
  361. Command10=ID_WINDOW_CASCADE
  362. Command11=ID_WINDOW_TILE_HORZ
  363. Command12=ID_WINDOW_ARRANGE
  364. Command13=ID_APP_ABOUT
  365. CommandCount=13
  366.  
  367. [CLS:CPrefDialog]
  368. Type=0
  369. HeaderFile=PrefDialog.h
  370. ImplementationFile=PrefDialog.cpp
  371. BaseClass=CPropertySheet
  372. Filter=W
  373. LastObject=CPrefDialog
  374. VirtualFilter=hWC
  375.  
  376. [DLG:IDD_PREF_SEARCH]
  377. Type=1
  378. Class=CPrefSearch
  379. ControlCount=15
  380. Control1=IDC_CHECK_REPLY,button,1342243075
  381. Control2=IDC_EDIT_REPLY,edit,1350639744
  382. Control3=IDC_EDIT_SEARCH,edit,1350631552
  383. Control4=IDC_COMBO_SEARCH,combobox,1344340227
  384. Control5=IDC_BUTTON_SEARCH_REMOVE,button,1342242816
  385. Control6=IDC_BUTTON_SEARCH_ADD,button,1342242816
  386. Control7=IDC_EDIT_NODE,edit,1350631552
  387. Control8=IDC_COMBO_NODE,combobox,1344340227
  388. Control9=IDC_BUTTON_NODE_REMOVE,button,1342242816
  389. Control10=IDC_BUTTON_NODE_ADD,button,1342242816
  390. Control11=IDC_STATIC,static,1342308352
  391. Control12=IDC_LIST_SEARCH,SysListView32,1350631429
  392. Control13=IDC_LIST_NODE,SysListView32,1350631429
  393. Control14=IDC_STATIC,button,1342177287
  394. Control15=IDC_STATIC,button,1342177287
  395.  
  396. [DLG:IDD_PREF_UPLOAD]
  397. Type=1
  398. Class=CPrefUpload
  399. ControlCount=10
  400. Control1=IDC_CHECK_MAX_UL,button,1342243075
  401. Control2=IDC_EDIT_MAX_UL,edit,1350639744
  402. Control3=IDC_CHECK_CLEAR_UL,button,1342242819
  403. Control4=IDC_BUTTON_ADD,button,1342242816
  404. Control5=IDC_LIST_SHARED,SysListView32,1350631429
  405. Control6=IDC_STATIC,button,1342177287
  406. Control7=IDC_STATIC,button,1342177287
  407. Control8=IDC_CHECK_RECURSE,button,1342242819
  408. Control9=IDC_CHECK_NEW_SEARCH,button,1342242819
  409. Control10=IDC_BUTTON_REMOVE,button,1342242816
  410.  
  411. [DLG:IDD_PREF_DOWNLOAD]
  412. Type=1
  413. Class=CPrefDownload
  414. ControlCount=12
  415. Control1=IDC_EDIT_SAVEDIR,edit,1350631552
  416. Control2=IDC_BUTTON_BROWSE,button,1342242816
  417. Control3=IDC_CHECK_MAX_DL,button,1342243075
  418. Control4=IDC_EDIT_MAX_DL,edit,1350639744
  419. Control5=IDC_CHECK_CLEAR_DL,button,1342242819
  420. Control6=IDC_STATIC,static,1342308352
  421. Control7=IDC_EDIT_TIMEOUT_DL,edit,1350639744
  422. Control8=IDC_CHECK_RESUME,button,1342242819
  423. Control9=IDC_STATIC,static,1342308352
  424. Control10=IDC_STATIC,button,1342177287
  425. Control11=IDC_STATIC,button,1342177287
  426. Control12=IDC_STATIC,static,1342308352
  427.  
  428. [DLG:IDD_PREF_CONNECT]
  429. Type=1
  430. Class=CPrefConnect
  431. ControlCount=18
  432. Control1=IDC_CHECK_PORT,button,1342243075
  433. Control2=IDC_EDIT_PORT,edit,1350639744
  434. Control3=IDC_CHECK_SPEED,button,1342243075
  435. Control4=IDC_COMBO_SPEED,combobox,1344340226
  436. Control5=IDC_CHECK_IP,button,1342243075
  437. Control6=IDC_EDIT_IP,edit,1350631552
  438. Control7=IDC_CHECK_KEEP_CONNECT,button,1342243075
  439. Control8=IDC_RADIO_MORE,button,1342177289
  440. Control9=IDC_RADIO_EXACT,button,1342177289
  441. Control10=IDC_RADIO_LESS,button,1342177289
  442. Control11=IDC_EDIT_KEEP,edit,1350639744
  443. Control12=IDC_STATIC,static,1342308352
  444. Control13=IDC_EDIT_TIMEOUT,edit,1350639744
  445. Control14=IDC_CHECK_DROP,button,1342243075
  446. Control15=IDC_STATIC,static,1342308352
  447. Control16=IDC_STATIC,static,1342308352
  448. Control17=IDC_STATIC,button,1342177287
  449. Control18=IDC_STATIC,button,1342177287
  450.  
  451. [CLS:CPrefConnect]
  452. Type=0
  453. HeaderFile=PrefConnect.h
  454. ImplementationFile=PrefConnect.cpp
  455. BaseClass=CPropertyPage
  456. Filter=D
  457. VirtualFilter=idWC
  458. LastObject=CPrefConnect
  459.  
  460. [CLS:CPrefSearch]
  461. Type=0
  462. HeaderFile=PrefSearch.h
  463. ImplementationFile=PrefSearch.cpp
  464. BaseClass=CPropertyPage
  465. Filter=D
  466. VirtualFilter=idWC
  467. LastObject=CPrefSearch
  468.  
  469. [CLS:CPrefDownload]
  470. Type=0
  471. HeaderFile=PrefDownload.h
  472. ImplementationFile=PrefDownload.cpp
  473. BaseClass=CPropertyPage
  474. Filter=D
  475. VirtualFilter=idWC
  476. LastObject=CPrefDownload
  477.  
  478. [CLS:CPrefUpload]
  479. Type=0
  480. HeaderFile=PrefUpload.h
  481. ImplementationFile=PrefUpload.cpp
  482. BaseClass=CPropertyPage
  483. Filter=D
  484. LastObject=CPrefUpload
  485. VirtualFilter=idWC
  486.  
  487. [DLG:IDD_PREF_BANDWIDTH]
  488. Type=1
  489. Class=CPrefBandwidth
  490. ControlCount=14
  491. Control1=IDC_CHECK_DROP_DL,button,1476460547
  492. Control2=IDC_CHECK_DROP_UL,button,1476460547
  493. Control3=IDC_CHECK_TOTAL_BW,button,1342243075
  494. Control4=IDC_EDIT_TOTAL_BW,edit,1350639744
  495. Control5=IDC_CHECK_TOTAL_UL,button,1342243075
  496. Control6=IDC_EDIT_TOTAL_UL,edit,1350639744
  497. Control7=IDC_STATIC,button,1342177287
  498. Control8=IDC_STATIC,button,1342177287
  499. Control9=IDC_STATIC,static,1342308352
  500. Control10=IDC_STATIC,static,1342308352
  501. Control11=IDC_STATIC,button,1342177287
  502. Control12=IDC_RADIO_TEXT,button,1342177289
  503. Control13=IDC_RADIO_METER,button,1476395017
  504. Control14=IDC_RADIO_HISTOGRAM,button,1476395017
  505.  
  506. [CLS:CPrefBandwidth]
  507. Type=0
  508. HeaderFile=PrefBandwidth.h
  509. ImplementationFile=PrefBandwidth.cpp
  510. BaseClass=CPropertyPage
  511. Filter=D
  512. LastObject=IDC_CHECK_TOTAL_BW
  513. VirtualFilter=idWC
  514.  
  515. [DLG:IDD_VIEW_CONNECT]
  516. Type=1
  517. Class=CViewConnect
  518. ControlCount=12
  519. Control1=IDC_EDIT_HOST,edit,1082196096
  520. Control2=IDC_EDIT_PORT,edit,1350639744
  521. Control3=IDC_BUTTON_ADD,button,1342242817
  522. Control4=IDC_BUTTON_REMOVE,button,1342242816
  523. Control5=IDC_LST_CONNECTED,SysListView32,1350631425
  524. Control6=IDC_LST_CACHE,SysListView32,1350631425
  525. Control7=IDC_STATIC_CONNECT,static,1342308352
  526. Control8=IDC_STATIC_EXIST,static,1342308352
  527. Control9=IDC_STATIC_ADD,button,1342177287
  528. Control10=IDC_STATIC_HOST,static,1342308354
  529. Control11=IDC_STATIC_PORT,static,1342308354
  530. Control12=IDC_COMBO_HOST,combobox,1344339970
  531.  
  532. [DLG:IDD_VIEW_NODE]
  533. Type=1
  534. Class=CViewNode
  535. ControlCount=21
  536. Control1=IDC_STATIC_LOG,button,1342177287
  537. Control2=IDC_CHK_PINGS,button,1342242819
  538. Control3=IDC_CHK_PONGS,button,1342242819
  539. Control4=IDC_CHK_PUSHES,button,1342242819
  540. Control5=IDC_CHK_QUERIES,button,1342242819
  541. Control6=IDC_CHK_QUERYHITS,button,1342242819
  542. Control7=IDC_CHK_HOPS,button,1476460547
  543. Control8=IDC_CHK_TTL,button,1476460547
  544. Control9=IDC_CHK_PAYLOAD,button,1476460547
  545. Control10=IDC_CHK_GUID,button,1476460547
  546. Control11=IDC_CHK_DROPPED,button,1476460547
  547. Control12=IDC_EDT_LOG,edit,1352730820
  548. Control13=IDC_CHK_UNKNOWNS,button,1342242819
  549. Control14=IDC_BUTTON_FLUSH,button,1342242816
  550. Control15=IDC_STATIC,static,1342308352
  551. Control16=IDC_STATIC,static,1342308352
  552. Control17=IDC_STATIC,static,1342308352
  553. Control18=IDC_STATIC,static,1342308352
  554. Control19=IDC_VIEW_NODE_SENT_STAT,edit,1342244992
  555. Control20=IDC_VIEW_NODE_RECIVED_STAT,edit,1342244992
  556. Control21=IDC_VIEW_NODE_BAD_STAT,edit,1342244992
  557.  
  558. [DLG:IDD_VIEW_DEBUG]
  559. Type=1
  560. Class=CViewDebug
  561. ControlCount=2
  562. Control1=IDC_BUTTON_SENDPING,button,1342242816
  563. Control2=IDC_RICHEDIT1,RICHEDIT,1350631552
  564.  
  565. [DLG:IDD_VIEW_TRANSFER]
  566. Type=1
  567. Class=CViewTransfer
  568. ControlCount=7
  569. Control1=IDC_STATIC_DOWNLOADS,static,1342308352
  570. Control2=IDC_LIST_DOWNLOADS,SysListView32,1350631425
  571. Control3=IDC_STATIC_UPLOADS,static,1342308352
  572. Control4=IDC_LIST_UPLOADS,SysListView32,1350631425
  573. Control5=IDC_BUTTON_PAUSE,button,1476460544
  574. Control6=IDC_BUTTON_CANCEL_DOWN,button,1476460544
  575. Control7=IDC_BUTTON_CANCEL_UP,button,1342242816
  576.  
  577. [DLG:IDD_PREF_LANGUAGE]
  578. Type=1
  579. Class=CPrefLanguage
  580. ControlCount=4
  581. Control1=IDC_BUTTON_UPDATE,button,1476460544
  582. Control2=IDC_BUTTON_ACTIVATE,button,1476460544
  583. Control3=IDC_STATIC,static,1342308352
  584. Control4=IDC_LIST_SELECT,SysListView32,1350631429
  585.  
  586. [CLS:CPrefLanguage]
  587. Type=0
  588. HeaderFile=PrefLanguage.h
  589. ImplementationFile=PrefLanguage.cpp
  590. BaseClass=CPropertyPage
  591. Filter=D
  592. LastObject=CPrefLanguage
  593. VirtualFilter=idWC
  594.  
  595. [MNU:IDR_TRAY]
  596. Type=1
  597. Class=?
  598. Command1=ID_OPEN
  599. Command2=ID_APP_ABOUT
  600. Command3=ID_APP_EXIT
  601. CommandCount=3
  602.  
  603. [DLG:IDD_VIEW_SEARCH_SPY (Neutral)]
  604. Type=1
  605. Class=?
  606. ControlCount=3
  607. Control1=IDC_LIST_SEARCH_RESULTS,SysListView32,1350688781
  608. Control2=IDC_PAUSE_RESUME,button,1342242816
  609. Control3=IDC_COPY_SEARCH,button,1342242816
  610.  
  611. [TB:IDR_MAINFRAME (Neutral)]
  612. Type=1
  613. Class=?
  614. Command1=ID_CONNECT
  615. Command2=ID_DLG_PREFS
  616. Command3=ID_TRANSFER
  617. Command4=ID_EDIT_CUT
  618. Command5=ID_EDIT_COPY
  619. Command6=ID_EDIT_PASTE
  620. Command7=ID_WINDOW_CASCADE
  621. Command8=ID_APP_ABOUT
  622. CommandCount=8
  623.  
  624. [TB:IDR_MAINFRAME (German (Germany))]
  625. Type=1
  626. Class=?
  627. Command1=ID_CONNECT
  628. Command2=ID_DLG_PREFS
  629. Command3=ID_TRANSFER
  630. Command4=ID_EDIT_CUT
  631. Command5=ID_EDIT_COPY
  632. Command6=ID_EDIT_PASTE
  633. Command7=ID_WINDOW_CASCADE
  634. Command8=ID_APP_ABOUT
  635. CommandCount=8
  636.  
  637. [ACL:IDR_MAINFRAME (Neutral)]
  638. Type=1
  639. Class=?
  640. Command1=ID_FILE_NEW
  641. Command2=ID_FILE_OPEN
  642. Command3=ID_FILE_SAVE
  643. Command4=ID_EDIT_UNDO
  644. Command5=ID_EDIT_CUT
  645. Command6=ID_EDIT_COPY
  646. Command7=ID_EDIT_PASTE
  647. Command8=ID_EDIT_UNDO
  648. Command9=ID_EDIT_CUT
  649. Command10=ID_EDIT_COPY
  650. Command11=ID_EDIT_PASTE
  651. Command12=ID_NEXT_PANE
  652. Command13=ID_PREV_PANE
  653. CommandCount=13
  654.  
  655. [ACL:IDR_MAINFRAME (German (Germany))]
  656. Type=1
  657. Class=?
  658. Command1=ID_FILE_NEW
  659. Command2=ID_FILE_OPEN
  660. Command3=ID_FILE_SAVE
  661. Command4=ID_EDIT_UNDO
  662. Command5=ID_EDIT_CUT
  663. Command6=ID_EDIT_COPY
  664. Command7=ID_EDIT_PASTE
  665. Command8=ID_EDIT_UNDO
  666. Command9=ID_EDIT_CUT
  667. Command10=ID_EDIT_COPY
  668. Command11=ID_EDIT_PASTE
  669. Command12=ID_NEXT_PANE
  670. Command13=ID_PREV_PANE
  671. CommandCount=13
  672.  
  673. [DLG:IDD_ABOUTBOX (Neutral)]
  674. Type=1
  675. Class=?
  676. ControlCount=11
  677. Control1=IDC_STATIC,static,1342177283
  678. Control2=IDC_STATIC,static,1342308352
  679. Control3=IDC_STATIC,static,1342308352
  680. Control4=IDC_STATIC,static,1342308352
  681. Control5=IDC_STATIC,button,1342177287
  682. Control6=IDC_STATIC,button,1342177287
  683. Control7=IDC_STATIC_CONTACT1,static,1342308608
  684. Control8=IDC_STATIC_CONTACT2,static,1342308608
  685. Control9=IDC_STATIC,static,1342308352
  686. Control10=IDC_STATIC,button,1342177287
  687. Control11=IDC_STATIC,static,1342308352
  688.  
  689. [DLG:IDD_VIEW_CONNECT (Neutral)]
  690. Type=1
  691. Class=?
  692. ControlCount=12
  693. Control1=IDC_EDIT_HOST,edit,1082196096
  694. Control2=IDC_EDIT_PORT,edit,1350639744
  695. Control3=IDC_BUTTON_ADD,button,1342242817
  696. Control4=IDC_BUTTON_REMOVE,button,1342242816
  697. Control5=IDC_LST_CONNECTED,SysListView32,1350631433
  698. Control6=IDC_LST_CACHE,SysListView32,1350631425
  699. Control7=IDC_STATIC_CONNECT,static,1342308352
  700. Control8=IDC_STATIC_EXIST,static,1342308352
  701. Control9=IDC_STATIC_ADD,button,1342177287
  702. Control10=IDC_STATIC_HOST,static,1342308354
  703. Control11=IDC_STATIC_PORT,static,1342308354
  704. Control12=IDC_COMBO_HOST,combobox,1344339970
  705.  
  706. [DLG:IDR_MAINFRAME (Neutral)]
  707. Type=1
  708. Class=?
  709. ControlCount=5
  710. Control1=IDC_STATIC,static,1342308354
  711. Control2=IDC_COMBO_SEARCH,combobox,1342243074
  712. Control3=IDC_STATIC,static,1342308354
  713. Control4=IDC_COMBO_SPEED,combobox,1344340226
  714. Control5=IDC_BUTTON_SEARCH,button,1342242817
  715.  
  716. [DLG:IDD_VIEW_NODE (Neutral)]
  717. Type=1
  718. Class=?
  719. ControlCount=21
  720. Control1=IDC_STATIC_LOG,button,1342177287
  721. Control2=IDC_CHK_PINGS,button,1342242819
  722. Control3=IDC_CHK_PONGS,button,1342242819
  723. Control4=IDC_CHK_PUSHES,button,1342242819
  724. Control5=IDC_CHK_QUERIES,button,1342242819
  725. Control6=IDC_CHK_QUERYHITS,button,1342242819
  726. Control7=IDC_CHK_HOPS,button,1476460547
  727. Control8=IDC_CHK_TTL,button,1476460547
  728. Control9=IDC_CHK_PAYLOAD,button,1476460547
  729. Control10=IDC_CHK_GUID,button,1476460547
  730. Control11=IDC_CHK_DROPPED,button,1476460547
  731. Control12=IDC_EDT_LOG,edit,1352730820
  732. Control13=IDC_CHK_UNKNOWNS,button,1342242819
  733. Control14=IDC_BUTTON_FLUSH,button,1342242816
  734. Control15=IDC_STATIC,static,1342308352
  735. Control16=IDC_STATIC,static,1342308352
  736. Control17=IDC_STATIC,static,1342308352
  737. Control18=IDC_STATIC,static,1342308352
  738. Control19=IDC_VIEW_NODE_SENT_STAT,edit,1342244992
  739. Control20=IDC_VIEW_NODE_RECIVED_STAT,edit,1342244992
  740. Control21=IDC_VIEW_NODE_BAD_STAT,edit,1342244992
  741.  
  742. [DLG:IDD_VIEW_SEARCH (Neutral)]
  743. Type=1
  744. Class=?
  745. ControlCount=7
  746. Control1=IDC_LIST_RESULTS,SysListView32,1350631433
  747. Control2=IDC_STATIC_MATCHES,static,1342308352
  748. Control3=IDC_BUTTON_DOWNLOAD,button,1342242816
  749. Control4=IDC_EDIT_SUBSEARCH,edit,1350631552
  750. Control5=IDC_STATIC_SUBSEARCH,static,1342308352
  751. Control6=IDC_STATIC_EXCLUDE,static,1342308352
  752. Control7=IDC_EDIT_EXCLUDE,edit,1350631552
  753.  
  754. [DLG:IDD_VIEW_DEBUG (Neutral)]
  755. Type=1
  756. Class=?
  757. ControlCount=2
  758. Control1=IDC_BUTTON_SENDPING,button,1342242816
  759. Control2=IDC_RICHEDIT1,RICHEDIT,1350631552
  760.  
  761. [DLG:IDD_VIEW_TRANSFER (Neutral)]
  762. Type=1
  763. Class=?
  764. ControlCount=7
  765. Control1=IDC_STATIC_DOWNLOADS,static,1342308352
  766. Control2=IDC_LIST_DOWNLOADS,SysListView32,1350631433
  767. Control3=IDC_STATIC_UPLOADS,static,1342308352
  768. Control4=IDC_LIST_UPLOADS,SysListView32,1350631433
  769. Control5=IDC_BUTTON_PAUSE,button,1476460544
  770. Control6=IDC_BUTTON_CANCEL_DOWN,button,1476460544
  771. Control7=IDC_BUTTON_CANCEL_UP,button,1342242816
  772.  
  773. [DLG:IDD_PREF_SEARCH (Neutral)]
  774. Type=1
  775. Class=?
  776. ControlCount=15
  777. Control1=IDC_CHECK_REPLY,button,1342243075
  778. Control2=IDC_EDIT_REPLY,edit,1350639744
  779. Control3=IDC_EDIT_SEARCH,edit,1350631552
  780. Control4=IDC_COMBO_SEARCH,combobox,1344340227
  781. Control5=IDC_BUTTON_SEARCH_REMOVE,button,1342242816
  782. Control6=IDC_BUTTON_SEARCH_ADD,button,1342242816
  783. Control7=IDC_EDIT_NODE,edit,1350631552
  784. Control8=IDC_COMBO_NODE,combobox,1344340227
  785. Control9=IDC_BUTTON_NODE_REMOVE,button,1342242816
  786. Control10=IDC_BUTTON_NODE_ADD,button,1342242816
  787. Control11=IDC_STATIC,static,1342308352
  788. Control12=IDC_LIST_SEARCH,SysListView32,1350631437
  789. Control13=IDC_LIST_NODE,SysListView32,1350631437
  790. Control14=IDC_STATIC,button,1342177287
  791. Control15=IDC_STATIC,button,1342177287
  792.  
  793. [DLG:IDD_PREF_UPLOAD (Neutral)]
  794. Type=1
  795. Class=?
  796. ControlCount=11
  797. Control1=IDC_CHECK_MAX_UL,button,1342243075
  798. Control2=IDC_EDIT_MAX_UL,edit,1350639744
  799. Control3=IDC_CHECK_CLEAR_UL,button,1342242819
  800. Control4=IDC_BUTTON_ADD,button,1342242816
  801. Control5=IDC_LIST_SHARED,SysListView32,1350631437
  802. Control6=IDC_STATIC,button,1342177287
  803. Control7=IDC_STATIC,button,1342177287
  804. Control8=IDC_CHECK_RECURSE,button,1342242819
  805. Control9=IDC_BUTTON_REMOVE,button,1342242816
  806. Control10=IDC_EDIT_SHARED,edit,1350631552
  807. Control11=IDC_BUTTON_BROWSE_SHARE,button,1342242816
  808.  
  809. [DLG:IDD_PREF_DOWNLOAD (Neutral)]
  810. Type=1
  811. Class=?
  812. ControlCount=12
  813. Control1=IDC_EDIT_SAVEDIR,edit,1350631552
  814. Control2=IDC_BUTTON_BROWSE,button,1342242816
  815. Control3=IDC_CHECK_MAX_DL,button,1342243075
  816. Control4=IDC_EDIT_MAX_DL,edit,1350639744
  817. Control5=IDC_CHECK_CLEAR_DL,button,1342242819
  818. Control6=IDC_STATIC,static,1342308352
  819. Control7=IDC_EDIT_TIMEOUT_DL,edit,1350639744
  820. Control8=IDC_CHECK_RESUME,button,1342242819
  821. Control9=IDC_STATIC,static,1342308352
  822. Control10=IDC_STATIC,button,1342177287
  823. Control11=IDC_STATIC,button,1342177287
  824. Control12=IDC_STATIC,static,1342308352
  825.  
  826. [DLG:IDD_PREF_CONNECT (Neutral)]
  827. Type=1
  828. Class=?
  829. ControlCount=18
  830. Control1=IDC_CHECK_PORT,button,1342243075
  831. Control2=IDC_EDIT_PORT,edit,1350639744
  832. Control3=IDC_CHECK_SPEED,button,1342243075
  833. Control4=IDC_COMBO_SPEED,combobox,1344340226
  834. Control5=IDC_CHECK_IP,button,1342243075
  835. Control6=IDC_EDIT_IP,edit,1350631552
  836. Control7=IDC_CHECK_KEEP_CONNECT,button,1342243075
  837. Control8=IDC_RADIO_MORE,button,1342177289
  838. Control9=IDC_RADIO_EXACT,button,1342177289
  839. Control10=IDC_RADIO_LESS,button,1342177289
  840. Control11=IDC_EDIT_KEEP,edit,1350639744
  841. Control12=IDC_STATIC,static,1342308352
  842. Control13=IDC_EDIT_TIMEOUT,edit,1350639744
  843. Control14=IDC_CHECK_DROP,button,1342243075
  844. Control15=IDC_STATIC,static,1342308352
  845. Control16=IDC_STATIC,static,1342308352
  846. Control17=IDC_STATIC,button,1342177287
  847. Control18=IDC_STATIC,button,1342177287
  848.  
  849. [DLG:IDD_PREF_BANDWIDTH (Neutral)]
  850. Type=1
  851. Class=?
  852. ControlCount=14
  853. Control1=IDC_CHECK_DROP_DL,button,1476460547
  854. Control2=IDC_CHECK_DROP_UL,button,1476460547
  855. Control3=IDC_CHECK_TOTAL_BW,button,1342243075
  856. Control4=IDC_EDIT_TOTAL_BW,edit,1350639744
  857. Control5=IDC_CHECK_TOTAL_UL,button,1342243075
  858. Control6=IDC_EDIT_TOTAL_UL,edit,1350639744
  859. Control7=IDC_STATIC,button,1342177287
  860. Control8=IDC_STATIC,button,1342177287
  861. Control9=IDC_STATIC,static,1342308352
  862. Control10=IDC_STATIC,static,1342308352
  863. Control11=IDC_STATIC,button,1342177287
  864. Control12=IDC_RADIO_TEXT,button,1342177289
  865. Control13=IDC_RADIO_METER,button,1476395017
  866. Control14=IDC_RADIO_HISTOGRAM,button,1476395017
  867.  
  868. [DLG:IDD_PREF_LANGUAGE (Neutral)]
  869. Type=1
  870. Class=?
  871. ControlCount=4
  872. Control1=IDC_BUTTON_UPDATE,button,1342242816
  873. Control2=IDC_BUTTON_ACTIVATE,button,1476460544
  874. Control3=IDC_STATIC,static,1342308352
  875. Control4=IDC_LIST_SELECT,SysListView32,1350631437
  876.  
  877. [DLG:IDD_OWNERFRAME (Neutral)]
  878. Type=1
  879. Class=?
  880. ControlCount=0
  881.  
  882. [DLG:IDD_ABOUTBOX (German (Germany))]
  883. Type=1
  884. Class=?
  885. ControlCount=11
  886. Control1=IDC_STATIC,static,1342177283
  887. Control2=IDC_STATIC,static,1342308352
  888. Control3=IDC_STATIC,static,1342308352
  889. Control4=IDC_STATIC,static,1342308352
  890. Control5=IDC_STATIC,button,1342177287
  891. Control6=IDC_STATIC,button,1342177287
  892. Control7=IDC_STATIC_CONTACT1,static,1342308608
  893. Control8=IDC_STATIC_CONTACT2,static,1342308608
  894. Control9=IDC_STATIC,static,1342308352
  895. Control10=IDC_STATIC,button,1342177287
  896. Control11=IDC_STATIC,static,1342308352
  897.  
  898. [DLG:IDD_OWNERFRAME (German (Germany))]
  899. Type=1
  900. Class=?
  901. ControlCount=0
  902.  
  903. [DLG:IDD_PREF_BANDWIDTH (German (Germany))]
  904. Type=1
  905. Class=?
  906. ControlCount=14
  907. Control1=IDC_CHECK_DROP_DL,button,1476460547
  908. Control2=IDC_CHECK_DROP_UL,button,1476460547
  909. Control3=IDC_CHECK_TOTAL_BW,button,1342243075
  910. Control4=IDC_EDIT_TOTAL_BW,edit,1350639744
  911. Control5=IDC_CHECK_TOTAL_UL,button,1342243075
  912. Control6=IDC_EDIT_TOTAL_UL,edit,1350639744
  913. Control7=IDC_STATIC,button,1342177287
  914. Control8=IDC_STATIC,button,1342177287
  915. Control9=IDC_STATIC,static,1342308352
  916. Control10=IDC_STATIC,static,1342308352
  917. Control11=IDC_STATIC,button,1342177287
  918. Control12=IDC_RADIO_TEXT,button,1342177289
  919. Control13=IDC_RADIO_METER,button,1476395017
  920. Control14=IDC_RADIO_HISTOGRAM,button,1476395017
  921.  
  922. [DLG:IDD_PREF_CONNECT (German (Germany))]
  923. Type=1
  924. Class=?
  925. ControlCount=18
  926. Control1=IDC_CHECK_PORT,button,1342243075
  927. Control2=IDC_EDIT_PORT,edit,1350639744
  928. Control3=IDC_CHECK_SPEED,button,1342243075
  929. Control4=IDC_COMBO_SPEED,combobox,1344340226
  930. Control5=IDC_CHECK_IP,button,1342243075
  931. Control6=IDC_EDIT_IP,edit,1350631552
  932. Control7=IDC_CHECK_KEEP_CONNECT,button,1342243075
  933. Control8=IDC_RADIO_MORE,button,1342177289
  934. Control9=IDC_RADIO_EXACT,button,1342177289
  935. Control10=IDC_RADIO_LESS,button,1342177289
  936. Control11=IDC_EDIT_KEEP,edit,1350639744
  937. Control12=IDC_STATIC,static,1342308352
  938. Control13=IDC_EDIT_TIMEOUT,edit,1350639744
  939. Control14=IDC_CHECK_DROP,button,1342251267
  940. Control15=IDC_STATIC,static,1342308352
  941. Control16=IDC_STATIC,static,1342308352
  942. Control17=IDC_STATIC,button,1342177287
  943. Control18=IDC_STATIC,button,1342177287
  944.  
  945. [DLG:IDD_PREF_DOWNLOAD (German (Germany))]
  946. Type=1
  947. Class=?
  948. ControlCount=12
  949. Control1=IDC_EDIT_SAVEDIR,edit,1350631552
  950. Control2=IDC_BUTTON_BROWSE,button,1342242816
  951. Control3=IDC_CHECK_MAX_DL,button,1342243075
  952. Control4=IDC_EDIT_MAX_DL,edit,1350639744
  953. Control5=IDC_CHECK_CLEAR_DL,button,1342242819
  954. Control6=IDC_STATIC,static,1342308352
  955. Control7=IDC_EDIT_TIMEOUT_DL,edit,1350639744
  956. Control8=IDC_CHECK_RESUME,button,1342242819
  957. Control9=IDC_STATIC,static,1342308352
  958. Control10=IDC_STATIC,button,1342177287
  959. Control11=IDC_STATIC,button,1342177287
  960. Control12=IDC_STATIC,static,1342308352
  961.  
  962. [DLG:IDD_PREF_LANGUAGE (German (Germany))]
  963. Type=1
  964. Class=?
  965. ControlCount=4
  966. Control1=IDC_BUTTON_UPDATE,button,1342242816
  967. Control2=IDC_BUTTON_ACTIVATE,button,1476460544
  968. Control3=IDC_STATIC,static,1342308352
  969. Control4=IDC_LIST_SELECT,SysListView32,1350631437
  970.  
  971. [DLG:IDD_PREF_SEARCH (German (Germany))]
  972. Type=1
  973. Class=?
  974. ControlCount=15
  975. Control1=IDC_CHECK_REPLY,button,1342243075
  976. Control2=IDC_EDIT_REPLY,edit,1350639744
  977. Control3=IDC_EDIT_SEARCH,edit,1350631552
  978. Control4=IDC_COMBO_SEARCH,combobox,1344340227
  979. Control5=IDC_BUTTON_SEARCH_REMOVE,button,1342242816
  980. Control6=IDC_BUTTON_SEARCH_ADD,button,1342242816
  981. Control7=IDC_EDIT_NODE,edit,1350631552
  982. Control8=IDC_COMBO_NODE,combobox,1344340227
  983. Control9=IDC_BUTTON_NODE_REMOVE,button,1342242816
  984. Control10=IDC_BUTTON_NODE_ADD,button,1342242816
  985. Control11=IDC_STATIC,static,1342308352
  986. Control12=IDC_LIST_SEARCH,SysListView32,1350631437
  987. Control13=IDC_LIST_NODE,SysListView32,1350631437
  988. Control14=IDC_STATIC,button,1342177287
  989. Control15=IDC_STATIC,button,1342177287
  990.  
  991. [DLG:IDD_PREF_UPLOAD (German (Germany))]
  992. Type=1
  993. Class=?
  994. ControlCount=11
  995. Control1=IDC_CHECK_MAX_UL,button,1342243075
  996. Control2=IDC_EDIT_MAX_UL,edit,1350639744
  997. Control3=IDC_CHECK_CLEAR_UL,button,1342242819
  998. Control4=IDC_BUTTON_ADD,button,1342242816
  999. Control5=IDC_LIST_SHARED,SysListView32,1350631437
  1000. Control6=IDC_STATIC,button,1342177287
  1001. Control7=IDC_STATIC,button,1342177287
  1002. Control8=IDC_CHECK_RECURSE,button,1342242819
  1003. Control9=IDC_BUTTON_REMOVE,button,1342242816
  1004. Control10=IDC_EDIT_SHARED,edit,1350631552
  1005. Control11=IDC_BUTTON_BROWSE_SHARE,button,1342242816
  1006.  
  1007. [DLG:IDD_VIEW_CONNECT (German (Germany))]
  1008. Type=1
  1009. Class=?
  1010. ControlCount=12
  1011. Control1=IDC_EDIT_HOST,edit,1082196096
  1012. Control2=IDC_EDIT_PORT,edit,1350639744
  1013. Control3=IDC_BUTTON_ADD,button,1342242817
  1014. Control4=IDC_BUTTON_REMOVE,button,1342242816
  1015. Control5=IDC_LST_CONNECTED,SysListView32,1350631433
  1016. Control6=IDC_LST_CACHE,SysListView32,1350631425
  1017. Control7=IDC_STATIC_CONNECT,static,1342308352
  1018. Control8=IDC_STATIC_EXIST,static,1342308352
  1019. Control9=IDC_STATIC_ADD,button,1342177287
  1020. Control10=IDC_STATIC_HOST,static,1342308354
  1021. Control11=IDC_STATIC_PORT,static,1342308354
  1022. Control12=IDC_COMBO_HOST,combobox,1344339970
  1023.  
  1024. [DLG:IDD_VIEW_DEBUG (German (Germany))]
  1025. Type=1
  1026. Class=?
  1027. ControlCount=2
  1028. Control1=IDC_BUTTON_SENDPING,button,1342242816
  1029. Control2=IDC_RICHEDIT1,RICHEDIT,1350631552
  1030.  
  1031. [DLG:IDD_VIEW_NODE (German (Germany))]
  1032. Type=1
  1033. Class=?
  1034. ControlCount=21
  1035. Control1=IDC_STATIC_LOG,button,1342177287
  1036. Control2=IDC_CHK_PINGS,button,1342242819
  1037. Control3=IDC_CHK_PONGS,button,1342242819
  1038. Control4=IDC_CHK_PUSHES,button,1342242819
  1039. Control5=IDC_CHK_QUERIES,button,1342242819
  1040. Control6=IDC_CHK_QUERYHITS,button,1342242819
  1041. Control7=IDC_CHK_HOPS,button,1476460547
  1042. Control8=IDC_CHK_TTL,button,1476460547
  1043. Control9=IDC_CHK_PAYLOAD,button,1476460547
  1044. Control10=IDC_CHK_GUID,button,1476460547
  1045. Control11=IDC_CHK_DROPPED,button,1476460547
  1046. Control12=IDC_EDT_LOG,edit,1352730820
  1047. Control13=IDC_CHK_UNKNOWNS,button,1342242819
  1048. Control14=IDC_BUTTON_FLUSH,button,1342242816
  1049. Control15=IDC_STATIC,static,1342308352
  1050. Control16=IDC_STATIC,static,1342308352
  1051. Control17=IDC_STATIC,static,1342308352
  1052. Control18=IDC_STATIC,static,1342308352
  1053. Control19=IDC_VIEW_NODE_SENT_STAT,edit,1342244992
  1054. Control20=IDC_VIEW_NODE_RECIVED_STAT,edit,1342244992
  1055. Control21=IDC_VIEW_NODE_BAD_STAT,edit,1342244992
  1056.  
  1057. [DLG:IDD_VIEW_SEARCH (German (Germany))]
  1058. Type=1
  1059. Class=?
  1060. ControlCount=7
  1061. Control1=IDC_LIST_RESULTS,SysListView32,1350631433
  1062. Control2=IDC_STATIC_MATCHES,static,1342308352
  1063. Control3=IDC_BUTTON_DOWNLOAD,button,1342242816
  1064. Control4=IDC_EDIT_SUBSEARCH,edit,1350631552
  1065. Control5=IDC_STATIC_SUBSEARCH,static,1342308352
  1066. Control6=IDC_STATIC_EXCLUDE,static,1342308352
  1067. Control7=IDC_EDIT_EXCLUDE,edit,1350631552
  1068.  
  1069. [DLG:IDD_VIEW_TRANSFER (German (Germany))]
  1070. Type=1
  1071. Class=?
  1072. ControlCount=7
  1073. Control1=IDC_STATIC_DOWNLOADS,static,1342308352
  1074. Control2=IDC_LIST_DOWNLOADS,SysListView32,1350631433
  1075. Control3=IDC_STATIC_UPLOADS,static,1342308352
  1076. Control4=IDC_LIST_UPLOADS,SysListView32,1350631433
  1077. Control5=IDC_BUTTON_PAUSE,button,1476460544
  1078. Control6=IDC_BUTTON_CANCEL_DOWN,button,1476460544
  1079. Control7=IDC_BUTTON_CANCEL_UP,button,1342242816
  1080.  
  1081. [DLG:IDR_MAINFRAME (German (Germany))]
  1082. Type=1
  1083. Class=?
  1084. ControlCount=5
  1085. Control1=IDC_STATIC,static,1342308354
  1086. Control2=IDC_COMBO_SEARCH,combobox,1342243074
  1087. Control3=IDC_STATIC,static,1342308354
  1088. Control4=IDC_COMBO_SPEED,combobox,1344340226
  1089. Control5=IDC_BUTTON_SEARCH,button,1342242817
  1090.  
  1091. [MNU:IDR_MAINFRAME (Neutral)]
  1092. Type=1
  1093. Class=?
  1094. Command1=ID_CONNECT
  1095. Command2=ID_DLG_PREFS
  1096. Command3=ID_APP_EXIT
  1097. Command4=ID_VIEW_TOOLBAR
  1098. Command5=ID_VIEW_STATUS_BAR
  1099. Command6=ID_APP_ABOUT
  1100. CommandCount=6
  1101.  
  1102. [MNU:IDR_GNUCLETYPE (Neutral)]
  1103. Type=1
  1104. Class=?
  1105. Command1=ID_CONNECT
  1106. Command2=ID_DLG_PREFS
  1107. Command3=ID_APP_EXIT
  1108. Command4=ID_EDIT_UNDO
  1109. Command5=ID_EDIT_CUT
  1110. Command6=ID_EDIT_COPY
  1111. Command7=ID_EDIT_PASTE
  1112. Command8=ID_VIEW_TOOLBAR
  1113. Command9=ID_VIEW_STATUS_BAR
  1114. Command10=ID_VIEW_SEARCHSPY
  1115. Command11=ID_WINDOW_CASCADE
  1116. Command12=ID_WINDOW_TILE_HORZ
  1117. Command13=ID_WINDOW_ARRANGE
  1118. Command14=ID_APP_ABOUT
  1119. CommandCount=14
  1120.  
  1121. [MNU:IDR_VIEWNODE_TMPL (Neutral)]
  1122. Type=1
  1123. Class=?
  1124. Command1=ID_CONNECT
  1125. Command2=ID_DLG_PREFS
  1126. Command3=ID_APP_EXIT
  1127. Command4=ID_EDIT_UNDO
  1128. Command5=ID_EDIT_CUT
  1129. Command6=ID_EDIT_COPY
  1130. Command7=ID_EDIT_PASTE
  1131. Command8=ID_VIEW_TOOLBAR
  1132. Command9=ID_VIEW_STATUS_BAR
  1133. Command10=ID_VIEW_SEARCHSPY
  1134. Command11=ID_WINDOW_CASCADE
  1135. Command12=ID_WINDOW_TILE_HORZ
  1136. Command13=ID_WINDOW_ARRANGE
  1137. Command14=ID_APP_ABOUT
  1138. CommandCount=14
  1139.  
  1140. [MNU:IDR_VIEWSEARCH_TMPL (Neutral)]
  1141. Type=1
  1142. Class=?
  1143. Command1=ID_CONNECT
  1144. Command2=ID_DLG_PREFS
  1145. Command3=ID_APP_EXIT
  1146. Command4=ID_EDIT_UNDO
  1147. Command5=ID_EDIT_CUT
  1148. Command6=ID_EDIT_COPY
  1149. Command7=ID_EDIT_PASTE
  1150. Command8=ID_VIEW_TOOLBAR
  1151. Command9=ID_VIEW_STATUS_BAR
  1152. Command10=ID_VIEW_SEARCHSPY
  1153. Command11=ID_WINDOW_CASCADE
  1154. Command12=ID_WINDOW_TILE_HORZ
  1155. Command13=ID_WINDOW_ARRANGE
  1156. Command14=ID_APP_ABOUT
  1157. CommandCount=14
  1158.  
  1159. [MNU:IDR_VIEWDEBUG_TMPL (Neutral)]
  1160. Type=1
  1161. Class=?
  1162. Command1=ID_APP_EXIT
  1163. Command2=ID_EDIT_UNDO
  1164. Command3=ID_EDIT_CUT
  1165. Command4=ID_EDIT_COPY
  1166. Command5=ID_EDIT_PASTE
  1167. Command6=ID_VIEW_TOOLBAR
  1168. Command7=ID_VIEW_STATUS_BAR
  1169. Command8=ID_WINDOW_CASCADE
  1170. Command9=ID_WINDOW_TILE_HORZ
  1171. Command10=ID_WINDOW_ARRANGE
  1172. Command11=ID_APP_ABOUT
  1173. CommandCount=11
  1174.  
  1175. [MNU:IDR_VIEWTRANSFER_TMPL (Neutral)]
  1176. Type=1
  1177. Class=?
  1178. Command1=ID_CONNECT
  1179. Command2=ID_DLG_PREFS
  1180. Command3=ID_APP_EXIT
  1181. Command4=ID_EDIT_UNDO
  1182. Command5=ID_EDIT_CUT
  1183. Command6=ID_EDIT_COPY
  1184. Command7=ID_EDIT_PASTE
  1185. Command8=ID_VIEW_TOOLBAR
  1186. Command9=ID_VIEW_STATUS_BAR
  1187. Command10=ID_VIEW_SEARCHSPY
  1188. Command11=ID_WINDOW_CASCADE
  1189. Command12=ID_WINDOW_TILE_HORZ
  1190. Command13=ID_WINDOW_ARRANGE
  1191. Command14=ID_APP_ABOUT
  1192. CommandCount=14
  1193.  
  1194. [MNU:IDR_TRAY (Neutral)]
  1195. Type=1
  1196. Class=?
  1197. Command1=ID_OPEN
  1198. Command2=ID_APP_ABOUT
  1199. Command3=ID_APP_EXIT
  1200. CommandCount=3
  1201.  
  1202. [MNU:IDR_SRCH_RCLICK (Neutral)]
  1203. Type=1
  1204. Class=?
  1205. Command1=ID_FILTER
  1206. CommandCount=1
  1207.  
  1208. [MNU:IDR_GNUCLETYPE (German (Germany))]
  1209. Type=1
  1210. Class=?
  1211. Command1=ID_CONNECT
  1212. Command2=ID_DLG_PREFS
  1213. Command3=ID_APP_EXIT
  1214. Command4=ID_EDIT_UNDO
  1215. Command5=ID_EDIT_CUT
  1216. Command6=ID_EDIT_COPY
  1217. Command7=ID_EDIT_PASTE
  1218. Command8=ID_VIEW_TOOLBAR
  1219. Command9=ID_VIEW_STATUS_BAR
  1220. Command10=ID_WINDOW_CASCADE
  1221. Command11=ID_WINDOW_TILE_HORZ
  1222. Command12=ID_WINDOW_ARRANGE
  1223. Command13=ID_APP_ABOUT
  1224. CommandCount=13
  1225.  
  1226. [MNU:IDR_MAINFRAME (German (Germany))]
  1227. Type=1
  1228. Class=?
  1229. Command1=ID_CONNECT
  1230. Command2=ID_DLG_PREFS
  1231. Command3=ID_APP_EXIT
  1232. Command4=ID_VIEW_TOOLBAR
  1233. Command5=ID_VIEW_STATUS_BAR
  1234. Command6=ID_APP_ABOUT
  1235. CommandCount=6
  1236.  
  1237. [MNU:IDR_TRAY (German (Germany))]
  1238. Type=1
  1239. Class=?
  1240. Command1=ID_OPEN
  1241. Command2=ID_APP_ABOUT
  1242. Command3=ID_APP_EXIT
  1243. CommandCount=3
  1244.  
  1245. [MNU:IDR_VIEWDEBUG_TMPL (German (Germany))]
  1246. Type=1
  1247. Class=?
  1248. Command1=ID_APP_EXIT
  1249. Command2=ID_EDIT_UNDO
  1250. Command3=ID_EDIT_CUT
  1251. Command4=ID_EDIT_COPY
  1252. Command5=ID_EDIT_PASTE
  1253. Command6=ID_VIEW_TOOLBAR
  1254. Command7=ID_VIEW_STATUS_BAR
  1255. Command8=ID_WINDOW_CASCADE
  1256. Command9=ID_WINDOW_TILE_HORZ
  1257. Command10=ID_WINDOW_ARRANGE
  1258. Command11=ID_APP_ABOUT
  1259. CommandCount=11
  1260.  
  1261. [MNU:IDR_VIEWNODE_TMPL (German (Germany))]
  1262. Type=1
  1263. Class=?
  1264. Command1=ID_CONNECT
  1265. Command2=ID_DLG_PREFS
  1266. Command3=ID_APP_EXIT
  1267. Command4=ID_EDIT_UNDO
  1268. Command5=ID_EDIT_CUT
  1269. Command6=ID_EDIT_COPY
  1270. Command7=ID_EDIT_PASTE
  1271. Command8=ID_VIEW_TOOLBAR
  1272. Command9=ID_VIEW_STATUS_BAR
  1273. Command10=ID_WINDOW_CASCADE
  1274. Command11=ID_WINDOW_TILE_HORZ
  1275. Command12=ID_WINDOW_ARRANGE
  1276. Command13=ID_APP_ABOUT
  1277. CommandCount=13
  1278.  
  1279. [MNU:IDR_VIEWSEARCH_TMPL (German (Germany))]
  1280. Type=1
  1281. Class=?
  1282. Command1=ID_CONNECT
  1283. Command2=ID_DLG_PREFS
  1284. Command3=ID_APP_EXIT
  1285. Command4=ID_EDIT_UNDO
  1286. Command5=ID_EDIT_CUT
  1287. Command6=ID_EDIT_COPY
  1288. Command7=ID_EDIT_PASTE
  1289. Command8=ID_VIEW_TOOLBAR
  1290. Command9=ID_VIEW_STATUS_BAR
  1291. Command10=ID_WINDOW_CASCADE
  1292. Command11=ID_WINDOW_TILE_HORZ
  1293. Command12=ID_WINDOW_ARRANGE
  1294. Command13=ID_APP_ABOUT
  1295. CommandCount=13
  1296.  
  1297. [MNU:IDR_VIEWTRANSFER_TMPL (German (Germany))]
  1298. Type=1
  1299. Class=?
  1300. Command1=ID_CONNECT
  1301. Command2=ID_DLG_PREFS
  1302. Command3=ID_APP_EXIT
  1303. Command4=ID_EDIT_UNDO
  1304. Command5=ID_EDIT_CUT
  1305. Command6=ID_EDIT_COPY
  1306. Command7=ID_EDIT_PASTE
  1307. Command8=ID_VIEW_TOOLBAR
  1308. Command9=ID_VIEW_STATUS_BAR
  1309. Command10=ID_WINDOW_CASCADE
  1310. Command11=ID_WINDOW_TILE_HORZ
  1311. Command12=ID_WINDOW_ARRANGE
  1312. Command13=ID_APP_ABOUT
  1313. CommandCount=13
  1314.  
  1315.